home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global loadNext, mainPageWait
- startTimer()
- unLoadCast()
- if ramNeeded(label("s2turn4") - 1, label("layout3") + 11) < (the freeBlock - 1000) then
- preLoad(label("s2turn4") - 1, label("layout3") + 11)
- set loadNext to 0
- else
- preLoad(label("s2turn4"), label("s2turn4") + 7)
- set loadNext to 1
- end if
- if the timer < mainPageWait then
- wait(mainPageWait - the timer)
- end if
- go(#next)
- end
-